not zero. One reason for this is that in function shadow_set_l1e(),
before calling function shadow_update_min_max(), one should call
__shadow_get_sl2e() again, since the sl2 entry may be changed.
Signed-off-by: Xin Xiaohui <Xiaohui.xin@intel.com>
Signed-off-by: Li Chengyuan <Chengyuan.li@intel.com>
}
}
+ __shadow_get_l2e(v, va, &sl2e);
+
if ( shadow_mode_refcounts(d) )
{
l1_pgentry_t old_spte;
}
}
+ __shadow_get_l2e(v, va, &sl2e);
+
if ( shadow_mode_refcounts(d) )
{
l1_pgentry_t old_spte = shadow_linear_pg_table[l1_linear_offset(va)];